net/netip.Addr.marshalBinaryWithTrailingBytes (method)
4 uses
net/netip (current package)
netip.go#L986: func (ip Addr) marshalBinaryWithTrailingBytes(trailingBytes int) []byte {
netip.go#L1009: return ip.marshalBinaryWithTrailingBytes(0), nil
netip.go#L1212: b := p.Addr().marshalBinaryWithTrailingBytes(2)
netip.go#L1472: b := p.Addr().withoutZone().marshalBinaryWithTrailingBytes(1)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)